home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Everything For A Hacker
/
19990506-[HACK].iso
/
HEXEDIT
/
UTILS
/
OVL301.ARJ
/
BNEST2.BAS
< prev
next >
Wrap
BASIC Source File
|
1988-03-09
|
99b
|
7 lines
sub nest2(i) static
print:print"in nest2";i;
for j=0 to 1
call nest3(j)
next j
end sub